한국어
여러 오디언스 속성 값을 단일 작업으로 생성합니다.
요청당 1000개의 오디언스 속성 값으로 제한됩니다.
cURL
curl --request POST \ --url https://your_a2_service/audiences/attributes-values/bulk-add \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' [ { "code": "<string>", "value": "<string>" } ] '
{ "detail": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
속성 식별 코드
AudienceSegment, Audience의 속성 키로 사용
1 - 32
속성 값
Successful Response
이 페이지가 도움이 되었나요?